Canvas.AcceptTabs

If True and AcceptFocus is True, then pressing Tab triggers the KeyDown event for processing. If False, pressing the Tab key does not trigger the KeyDown event; pressing Tab triggers the LostFocus Event and selects the next object in the window that can accept the focus.

Syntax

AcceptTabs( Boolean ) as


Parameters

Boolean